home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Interapplication Communication / SmallDaemon / SDaemon.r < prev   
Encoding:
Text File  |  1993-01-18  |  361 b   |  23 lines  |  [TEXT/MPS ]

  1. #include "types.r"
  2. resource 'SIZE' (-1) {
  3.     reserved,
  4.     acceptSuspendResumeEvents,
  5.     reserved,
  6.     canBackground,
  7.     notMultiFinderAware,
  8.     onlyBackground,
  9.     dontGetFrontClicks,
  10.     ignoreChildDiedEvents,
  11.     not32BitCompatible,
  12.     isHighLevelEventAware,
  13.     localAndRemoteHLEvents,
  14.     notStationeryAware,
  15.     dontUseTextEditServices,
  16.     reserved,
  17.     reserved,
  18.     reserved,
  19.     10000,
  20.     10000
  21. };
  22.  
  23.